Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use python3.8 in update lint requirements script #19091

Closed
wants to merge 1 commit into from

Conversation

jdavcs
Copy link
Member

@jdavcs jdavcs commented Oct 31, 2024

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@jdavcs jdavcs added kind/bug dependencies Pull requests that update a dependency file labels Oct 31, 2024
@github-actions github-actions bot added this to the 24.2 milestone Oct 31, 2024
@@ -10,7 +10,7 @@ THIS_DIRECTORY="$(cd "$(dirname "$0")" > /dev/null && pwd)"

update_pinned_reqs() {
VENV=$(mktemp -d "${TMPDIR:-/tmp}/$1_venv.XXXXXXXXXX")
python3.8 -m venv "${VENV}"
python3 -m venv "${VENV}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's actually on purpose, so that pip doesn't select packages that don't work on our oldest supported Python version, in this case 3.8, which is also the version we use in the GitHub workflow .github/workflows/dependencies.yaml .

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, OK, then closing it. Thanks.

@jdavcs jdavcs closed this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies dependencies Pull requests that update a dependency file kind/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants